Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

 Helpers

 QuickEQ

  EQCurves

  Equalization

  SignalGeneration

  Utilities

  IDisposable

  MeasurementImporter

  MeasurementImporterStatus

  NoisyChannel

  SpeakerSweeper

  VerboseImpulseResponse

  ComplexResponse

  Delay

  GetPeak(int)

  Impulseness

  Peak

  Phase

  Polarity

  Response

  RT60

  VerboseImpulseResponse(Complex[])

  VerboseImpulseResponse(float[])

  VerboseImpulseResponse(float[], float[])

  Window

  Windowing

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class VerboseImpulseResponse

Contains an impulse response and data that can be calculated from it.
VisibilityPublic
Modifierssealed

Public structs

struct PeakRepresentation of a peak in the impulse response.

Public functions

Peak GetPeak(int position)Get the th peak in the impulse response.
Constructor VerboseImpulseResponse(Complex[] impulseResponse) Create a verbose impulse response from a precalculated impulse response.
Constructor VerboseImpulseResponse(float[] impulseResponse) Create a verbose impulse response from a precalculated impulse response.
Constructor VerboseImpulseResponse(float[] reference, float[] response)Create a verbose impulse response from a reference signal and a recorded response.

Public properties

Complex[] ComplexResponseRaw impulse response on the complex plane.
int DelayResponse delay in samples relative to the reference it was calculated from.
double ImpulsenessHow likely this signal is an impulse.
double PhaseGet the phase of this impulse relative to a Dirac-delta in radians.
bool PolarityImpulse polarity, true if positive.
float[] ResponseRaw impulse response on the real plane.
int RT60Get the time in samples where the impulse decays by 60 dB.